projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd714bc
)
Fix typo in previous commit
author
Justin Burkett
<justin@burkett.cc>
Sat, 24 Feb 2018 21:35:16 +0000
(16:35 -0500)
committer
Justin Burkett
<justin@burkett.cc>
Sat, 24 Feb 2018 21:35:16 +0000
(16:35 -0500)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index f16361d14c671c874b94281e43803b1f6e07cdea..c4900e73844dfc746f854fbee2ebeb6cbf13d2d4 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1656,7
+1656,7
@@
alists. Returns a list (key separator description)."
(defun which-key--get-keymap-bindings (keymap &optional all prefix)
"Retrieve top-level bindings from KEYMAP.
If ALL is non-nil, get all bindings, not just the top-level
-one. PREFIX is for internal use and should not be used."
+one
s
. PREFIX is for internal use and should not be used."
(let (bindings)
(map-keymap
(lambda (ev def)